Show query statements on Ajax callbacks

Description

Enables display of SQL Select statements used to populate the Grid Component when an Ajax Callback is made.

Discussion

When the user searches, sorts, or navigates to a new page in the Grid Component, an Ajax callback is made to fetch the data from the server. Show query statements on Ajax callbacks allows you to see the queries being made against the data source. This can be useful for debugging your Grid Components.

Supported for both SQL and DBF tables. A Grid based on a DBF data source will show the filter and order statements.

Show query statements on Ajax callbacks should be turned off in Grid Components deployed to a production environment.